home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 4: GNU Archives
/
Linux Cubed Series 4 - GNU Archives.iso
/
gnu
/
binutils.7
/
binutils
/
binutils-2.7
/
include
/
mpw
/
sys
/
time.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-07-04
|
175 b
|
14 lines
/* Imitation sys/time.h. */
#ifndef __SYS_TIME_H__
#define __SYS_TIME_H__
#include <time.h>
struct timeval {
long tv_sec;
long tv_usec;
};
#endif /* __SYS_TIME_H__ */